projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bb1c04
)
(PVEC_TYPE_MASK): Remove the 0x100 bit.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Oct 1995 23:26:41 +0000
(23:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Oct 1995 23:26:41 +0000
(23:26 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 64af2384121ed3c8ccb65699859eccf460c88dcf..2a1c5a3c6a3d52ce7283df021bdb90f3fda12802 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-235,7
+235,7
@@
enum pvec_type
PVEC_CHAR_TABLE = 0x8000,
PVEC_BOOL_VECTOR = 0x10000,
PVEC_BUFFER = 0x20000,
- PVEC_TYPE_MASK = 0x3f
f
00,
+ PVEC_TYPE_MASK = 0x3f
e
00,
PVEC_FLAG = PSEUDOVECTOR_FLAG
};